home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Wissenschaft & Technik / chipmunk-basic-321 ƒ / README < prev    next >
Text File  |  1995-08-17  |  2KB  |  38 lines

  1. Chipmunk Basic is a freeware old-fashioned Basic Interpreter, accelerated for
  2. the PowerMac, yet still compatible with old 68k Macs running System 6. It
  3. includes a simple sprite graphics engine.
  4.  
  5. Every personal computer should come with a simple, easy to learn, programming
  6. language.  Chipmunk Basic was my contribution for the very first PowerMacs.
  7. Version 3.2.1 is a both bug fix and new feature release.  It is still free for
  8. educational and non-commercial distribution and use (but only for those who
  9. don't believe that using the BASIC language causes brain damage :-).  Permission
  10. is granted to include this version of Chipmunk Basic on CD-ROM compendiums of
  11. Macintosh archives.  Please replace older versions of Chipmunk Basic in the
  12. archives with this version.
  13.  
  14. Version 3.2.0 fixes several bugs in the input statement and input$ function and
  15. problems with serial port I/O.  Added to the language are limited versions of
  16. the SELECT CASE statement, the PRINT USING statement and 16-bit integer arrays. 
  17. Version 3.2 is almost completely AppleScriptable and supports Drag & Drop.
  18. Version 3.2.1 fixes a problem with the Draglib link and SIZE resource.
  19.  
  20. Chipmunk Basic only come with a man page and a quick reference to Mac specific
  21. functions.  The language is mostly compatible with books on programming in BASIC
  22. that were written between 1978 and 1988.
  23.  
  24. Please report any bugs you may find to rhn@netcom.com .
  25.  
  26.  * Chipmunk Basic is (c) Copyright 1990,1994 Ronald H. Nicholson, Jr.
  27.  * ALL RIGHTS RESERVED
  28.  *
  29.  * Permission to use, copy and distribute this software without fee
  30.  * for non-commercial or educational purposes is hereby granted, provided
  31.  * that the above copyright notice appear in all copies and that both
  32.  * the copyright notice and this permission notice appear in supporting
  33.  * documentation.
  34.  *
  35.  * This program is distributed in the hope that it will be useful, but
  36.  * WITHOUT ANY WARRANTY OF ANY KIND; not even the implied warranty of
  37.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  38.